From 0505a7403322c0e481fb8000bd122b1ba6405f63 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 18 Jun 1993 16:33:12 +0000 Subject: [PATCH] * xfns.c: Always #include "bitmaps/gray.xbm"; the bitmaps seem to be missing on some systems, and there's no point in having configure check; it should work fine to always use our copy. --- src/xfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 3d5d07e28a5..db0cd640074 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -39,7 +39,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ extern void abort (); #ifndef VMS -#ifdef EMACS_BITMAP_FILES +#if 1 /* Used to be #ifdef EMACS_BITMAP_FILES, but this should always work. */ #include "bitmaps/gray.xbm" #else #include -- 2.30.2